atsc_table_eit

@struct atsc_table_eit @brief ATSC EIT table @ingroup dvb_table

@param header struct dvb_table_header content @param protocol_version protocol version @param events events @param event pointer to struct atsc_table_eit_event

This structure is used to store the original ATSC EIT table, converting the integer fields to the CPU endianness.

Everything after atsc_table_eit::event (including it) won't be bit-mapped to the data parsed from the MPEG TS. So, metadata are added there.

Members

Variables

event
atsc_table_eit_event* event;
Undocumented in source.
events
ubyte events;
Undocumented in source.
header
dvb_table_header header;
Undocumented in source.
protocol_version
ubyte protocol_version;
Undocumented in source.

Meta